
/* -----------------------------------------------------------
   GLOBAL SETTINGS
----------------------------------------------------------- */
body {
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #222;
  line-height: 1.6;
  background-color: #ffffff;
}

section {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #111;
}

/* Links & Buttons */
a {
  text-decoration: none;
}
.cta-btn {
  display: inline-block;
  background: #6AAF08;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 17px;
  transition: 0.3s ease;
}
.cta-btn:hover {
  background: #579407;
}
/* -----------------------------------------------------------
   HERO SECTION (No Background)
----------------------------------------------------------- */

/* ===================== HERO – Distributor Header (v2) ===================== */
/* Section wrapper – tighter vertical space, more usable width */
.eco-s1{
  padding: 32px 2.5vw 26px !important;   /* trim the tall band; keep row 'Stretch Full Width' */
}
.eco-s1__wrap{
  max-width: 1440px;                      /* was ~1300; uses more canvas */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr;      /* give media a bit less, content a bit more */
  gap: 48px;
  align-items: center;                    /* vertical alignment */
}

/* ---------- LEFT CONTENT ---------- */
.eco-s1__left{ color:#172421; }

.eco-s1__kicker{
  margin: 0 0 8px;
  color:#5b76a6;
  font: 600 20px/1.1 Poppins,system-ui,Inter,Arial;
  letter-spacing:.2px;
}

.eco-s1__title{
  margin: 0 0 12px;
  /* bigger but fluid across widths */
  font: 800 clamp(36px, 4.6vw, 58px)/1.06 Poppins,system-ui,Inter,Arial;
}
.eco-s1__title span{ color:#2a7b57; }

.eco-s1__sub{
  margin: 0 0 14px;
  color:#5c6a63;
  font: 500 18px/1.5 Inter,system-ui;
}

.eco-s1__h3{
  margin: 8px 0 10px;
  font: 800 20px/1.25 Poppins,system-ui;
  letter-spacing:.2px;
}

.eco-s1__ticks{
  list-style:none; padding:0; margin:0 0 16px;
  display:grid; gap:10px;
}
.eco-s1__ticks li{
  position:relative; padding-left:30px;
  font: 500 16.5px/1.6 Inter,system-ui;
}
.eco-s1__ticks li::before{
  content:""; position:absolute; left:0; top:3px;
  width:19px; height:19px; border-radius:50%;
  background:transparent; box-shadow:0 0 0 2px #2fb36a inset;
}
.eco-s1__ticks li::after{
  content:""; position:absolute; left:4px; top:8px;
  width:10px; height:5px; border:2px solid #2fb36a;
  border-top:none; border-right:none; transform:rotate(-45deg);
}

.eco-s1__badge{
  display:flex; gap:12px; align-items:center; flex-wrap:wrap;
}
.eco-s1__badge-main{
  background:transparent; color:#0b0b0b;
  font:800 14.5px/1.15 Poppins,system-ui; padding:0; border-radius:6px;
}
.eco-s1__badge-foot{
  background:transparent; color:#163f2e;
  border-radius:999px; padding:0 8px;
  font:600 12px/1.2 Inter,system-ui;
}

/* ---------- RIGHT MEDIA ---------- */
.eco-s1__right{ position:relative; min-height:0; }

.eco-s1__logo{
  width:180px; height:auto; margin:0 0 10px auto; display:block;
}

.eco-s1__portrait{
  /* larger image to visually balance the left copy */
  width:100%;
  max-width: clamp(460px, 44vw, 680px);
  margin: 0 0 0 auto;
  border-radius:14px; overflow:hidden;
  box-shadow: 0 24px 46px rgba(0,0,0,.18);
}
.eco-s1__portrait img{ width:100%; height:auto; display:block; }

.eco-s1__circle{
  position:absolute; right:14px; bottom:40px;
  width: clamp(96px, 8.5vw, 132px); height: clamp(96px, 8.5vw, 132px);
  border-radius:50%; overflow:hidden; margin:0;
  box-shadow:0 12px 28px rgba(0,0,0,.20);
}
.eco-s1__circle img{ width:100%; height:100%; object-fit:cover; }

/* >>> Website line OUTSIDE the image, right-aligned under the card <<< */
.eco-s1__site{
  position: static;                /* removes overlay; places it below the card */
  margin: 12px 6px 0 auto;         /* right align under image */
  text-align: right;
  color:#172421;
  font: 600 14px/1.25 Inter,system-ui;
}
.eco-s1__site a{
  color:#2a7b57; text-decoration:none; font-weight:800;
}

/* ===================== RESPONSIVE ===================== */
@media (min-width:1200px){
  .eco-s1{ padding-bottom: 20px !important; } /* trims empty space on very wide rows */
}

@media (max-width:1140px){
  .eco-s1__wrap{ grid-template-columns: 1.1fr 0.9fr; gap:42px; }
  .eco-s1__title{ font-size: clamp(34px, 5.2vw, 52px); }
}

@media (max-width:980px){
  .eco-s1__wrap{ grid-template-columns: 1fr; gap:28px; }
  .eco-s1__portrait{ margin:0 auto; max-width: min(92%, 440px); }
  .eco-s1__site{ text-align:center; margin: 10px auto 0; }
  .eco-s1__title{ font-size: clamp(30px, 6.4vw, 40px); }
  .eco-s1__kicker{ font-size: 18px; }
  .eco-s1__h3{ font-size: 19px; }
}

@media (max-width:520px){
  .eco-s1{ padding: 26px 16px 18px !important; }
  .eco-s1__kicker{ font-size: 17px; }
  .eco-s1__sub{ font-size: 16px; }
  .eco-s1__ticks li{ font-size: 15.5px; }
}


/* -----------------------------------------------------------
   OUR IMPACT + PRINT GREENER COMBINED SECTION
----------------------------------------------------------- */
/* IMPACT GREENER SECTION */
.impact-greener-section {
  background: #ffffff;
  padding: 100px 8%;
  text-align: center;
  color: #111;
  width: 100%;
  box-sizing: border-box;
}

/* ---- IMPACT COUNTERS ---- */

/* ---------- OUR IMPACT SECTION ---------- */
.impact-greener-section {
  background: #ffffff;
  padding: 90px 8%;
  color: #111;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* HEADER */
.impact-header h2 {
  font-size: 40px;
  color: #2a7b57;
  font-weight: 700;
  margin-bottom: 10px;
}

.impact-header h2 span {
  color: #ff8a00;
}

.impact-header p {
  font-size: 17px;
  color: #333;
  margin-bottom: 60px;
}

/* IMPACT COUNTERS */
.impact-stats {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 80px;
}

.impact-item {
  flex: 1 1 200px;
  min-width: 180px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 25px 15px;
  transition: 0.3s ease;
}

.impact-item:hover {
  transform: translateY(-5px);
}

.impact-item img {
  width: 50px;
  margin-bottom: 12px;
}

.impact-item h3 {
  font-size: 26px;
  color: #4CAF50;
  font-weight: 800;
  margin-bottom: 5px;
}

.impact-item p {
  font-size: 15px;
  color: #333;
  font-weight: 600;
}

/* PRINT GREENER LAYOUT */
.greener-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.greener-left {
  flex: 1;
  text-align: left;
  min-width: 300px;
}

.eco-intro {
  font-weight: 600;
  color: #2a7b57;
  margin-bottom: 8px;
}

.greener-left h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 14px;
}

.highlight-green {
  color: #4CAF50;
}

.eco-desc {
  color: #333;
  margin-bottom: 18px;
  line-height: 1.6;
  max-width: 480px;
}

.eco-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eco-list li {
  font-size: 15.5px;
  margin-bottom: 8px;
  color: #222;
  line-height: 1.6;
}

/* RIGHT SIDE IMAGE */
.greener-right {
  flex: 1;
  text-align: center;
}

.eco-image-box {
  text-align: center;
}

.eco-leaf-img {
  width: 420px;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}

.eco-image-box h3 {
  color: #2a7b57;
  font-size: 18px;
  font-weight: 600;
}

/* CTA BUTTON */
.eco-cta-box {
  text-align: center;
  margin-top: 50px;
}

.eco-cta-box p {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}

.cta-btn.green {
  display: inline-block;
  background: linear-gradient(90deg, #00a651, #b4ec51);
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 14px 36px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 166, 81, 0.4);
  transition: all 0.3s ease;
}

.cta-btn.green:hover {
  background: linear-gradient(90deg, #00b65e, #c8ff66);
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(0, 166, 81, 0.5);
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
  .greener-container {
    flex-direction: column;
    text-align: center;
  }

  .greener-left,
  .greener-right {
    text-align: center;
  }

  .eco-leaf-img {
    width: 85%;
  }
}


/* ---- GREENER CONTENT ---- */
.greener-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.greener-left {
  flex: 1 1 45%;
  text-align: left;
}

.greener-right {
  flex: 1 1 45%;
  text-align: center;
}

.eco-intro {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.leaf-icon {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-left: 6px;
  animation: leaf-float 2.5s infinite ease-in-out;
}

/* Animation for leaf */
@keyframes leaf-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-4px) rotate(4deg);
  }
}

.highlight-green {
  color: #4CAF50;
}

.eco-desc {
  margin: 15px 0;
  color: #444;
  line-height: 1.6;
}

.eco-list {
  list-style: none;
  padding: 0;
}

.eco-list li {
  margin: 8px 0;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.eco-list li::before {
  content: "🌿";
  position: absolute;
  left: 0;
}

.eco-logo {
  width: 100%;
  max-width: 280px;
  margin-bottom: 15px;
}

.eco-cta-box {
  margin-top: 40px;
  text-align: center;
}

.cta-btn.green {
  background: #4CAF50;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn.green:hover {
  background: #388E3C;
}


/* -----------------------------------------------------------
   PRODUCT + ACCORDION SECTION
----------------------------------------------------------- */
/* 🌿 Ecosphere Stationery Product + Accordion Section */
.stationery-accordion-section {
  background: transparent;
  padding: 90px 8%;
  font-family: 'Poppins', sans-serif;
  color: #111;
}

/* Heading */
.section-title {
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 60px;
}
.section-title span {
  color: #4CAF50;
}
.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #4CAF50;
  margin: 15px auto;
  border-radius: 3px;
}

/* Product grid (balanced 3x2 layout) */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  justify-content: center;
  margin-bottom: 80px;
}
.product-card {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  text-align: center;
  padding: 25px 20px;
  transition: all 0.4s ease;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(72, 180, 97, 0.25);
}
.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 15px;
}
.product-card h3 {
  font-size: 20px;
  color: #1a6114;
  font-weight: 700;
  margin-bottom: 8px;
}
.product-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 90%;
}

/* Accordion layout */
.accordion-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}
.accordion-left {
  flex: 1;
  min-width: 350px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  padding: 25px 20px;
}
.accordion-right {
  flex: 1;
  text-align: center;
}
.accordion-image {
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}

/* Accordion styling */
.accordion {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #1a6114;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.accordion.active {
  background: linear-gradient(90deg, #4caf50, #9bdb6b);
  color: #fff;
}
.panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s ease;
  padding: 0 20px;
}
.panel.show {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  animation: fadeSlide 0.5s ease forwards;
}
@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* CTA */
.cta-btn.green {
  background: linear-gradient(90deg, #00b347, #2be16d);
  color: #fff;
  font-weight: 700;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
}
.cta-btn.green:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(72, 180, 97, 0.5);
}

/* Responsive */
@media (max-width: 900px) {
  .accordion-container { flex-direction: column; align-items: center; }
  .accordion-right img { max-width: 100%; }
}

/* -----------------------------------------------------------
   🌿 PRINT WITH PURPOSE SECTION (VIDEO + CTA)
----------------------------------------------------------- */
.print-purpose-section {
  background: linear-gradient(180deg, #f7fff7 0%, #e8fce7 100%);
  padding: 100px 8%;
  border-radius: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-top: 80px;
}

.print-purpose-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

/* Video area */
.video-area {
  flex: 1.3;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(76, 175, 80, 0.2);
  transition: transform 0.4s ease;
}
.video-area:hover {
  transform: translateY(-6px);
}

/* Content area */
.content-area {
  flex: 1;
  text-align: left;
}
.content-area h2 {
  font-size: 48px;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.2;
}
.content-area h2 span {
  color: #4CAF50;
}
.content-area p {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.7;
  max-width: 500px;
}
.content-area .subtext {
  font-size: 16px;
  color: #4b4b4b;
  margin-top: 15px;
}

/* CTA button */
.cta-btn.green {
  background: linear-gradient(90deg, #00b347, #2be16d);
  color: #fff;
  font-weight: 700;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(72, 180, 97, 0.35);
  transition: all 0.3s ease;
}
.cta-btn.green:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(72, 180, 97, 0.45);
}

/* Responsive layout */
@media (max-width: 1000px) {
  .print-purpose-container {
    flex-direction: column;
    text-align: center;
  }
  .content-area h2 {
    font-size: 36px;
  }
  .content-area p {
    margin: 0 auto 20px;
  }
  .video-area {
    width: 100%;
    height: auto;
  }
}


/* -----------------------------------------------------------
   GLOBAL SPACING OPTIMIZATION
----------------------------------------------------------- */
section {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  margin: 0 auto;
  max-width: 1300px;
}

.hero-landing {
  padding-top: 100px !important;
  padding-bottom: 80px !important;
}

.impact-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.eco-section {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

section + section {
  margin-top: 0 !important;
  border-top: 0;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin-top: 0;
  margin-bottom: 15px;
}

/* ECOSPHERE DISTRIBUTOR BENEFITS (FINAL CLEAN DESIGN) */

/* ECOSPHERE DISTRIBUTOR BENEFITS SECTION */
.distributor-benefits {
  background: linear-gradient(180deg, #f6fbf6 0%, #e9f8ed 100%);
  padding: 80px 8%;
  font-family: "Inter", system-ui, sans-serif;
  color: #1c352d;
}

/* HEADER */
.db-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
}

.db-header h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Gradient Highlights */
.highlight-orange {
  background: linear-gradient(90deg, #ff8a00, #ffb84d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight-eco {
  background: linear-gradient(90deg, #99f07a, #00a651);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.underline {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #ff8a00, #00a651);
  border-radius: 2px;
  margin: 16px auto;
}

.db-header p {
  font-size: 18px;
  color: #344c3c;
  line-height: 1.7;
}

/* MAIN CONTAINER */
.db-main-container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* EACH ITEM */
.db-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-bottom: 1px solid #e6efe9;
  padding-bottom: 40px;
}

.db-item.reverse {
  flex-direction: row-reverse;
}

.db-item:last-child {
  border-bottom: none;
}

.db-text {
  flex: 1;
  text-align: left;
}

/* Subheadings with Multicolor Gradient */
.db-text h3 {
  background: linear-gradient(90deg, #00a651, #ff8a00, #ffd54f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
}

.db-text p {
  font-size: 16px;
  color: #2f3c2f;
  line-height: 1.7;
}

.db-text ul {
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
}

.db-text ul li {
  margin: 6px 0;
  padding-left: 22px;
  position: relative;
}

.db-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00a651;
  font-weight: bold;
}

/* IMAGES */
.db-img img {
  width: 340px;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* CTA BUTTON */
.db-cta {
  text-align: center;
  margin-top: 60px;
}

.db-cta p {
  color: #2f3c2f;
  font-size: 16px;
  margin-bottom: 16px;
}

.db-btn {
  display: inline-block;
  background: linear-gradient(90deg, #00a651, #b4ec51);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 14px 38px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 166, 81, 0.4);
  transition: all 0.3s ease;
}

.db-btn:hover {
  background: linear-gradient(90deg, #ff8a00, #ffc547);
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .db-item {
    flex-direction: column;
    text-align: center;
  }

  .db-item.reverse {
    flex-direction: column;
  }

  .db-text {
    text-align: center;
  }

  .db-img img {
    width: 100%;
  }
}


/* -----------------------------------------------------------
   RESPONSIVE DESIGN
----------------------------------------------------------- */
@media (max-width: 1024px) {
  .impact-grid {
    flex-wrap: wrap;
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .hero-landing {
    flex-direction: column;
    text-align: center;
    padding: 80px 5%;
  }
  .hero-content .logo {
    width: 200px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .impact-grid {
    flex-direction: column;
    align-items: center;
  }
  .eco-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 5%;
  }
  .eco-card {
    width: 100%;
  }
  .impact-item {
    min-width: 200px;
  }
}
/* -----------------------------------------------------------
   STATIONERY PRODUCT SECTION
----------------------------------------------------------- */
.product-section {
  padding: 80px 8%;
  background: #fff;
  text-align: center;
}

.product-title {
  font-size: 38px;
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.product-subtitle {
  font-size: 17px;
  color: #444;
  margin-bottom: 60px;
}

.product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 90px;
}

.product-row.reverse {
  flex-direction: row-reverse;
}

.product-img img {
  width: 100%;
  max-width: 480px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.product-info {
  flex: 1;
  text-align: left;
}

.product-info h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.product-info p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.7;
}

.product-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-info ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  color: #333;
  font-size: 15px;
}

.product-info ul li::before {
  content: "🌿";
  position: absolute;
  left: 0;
  top: 1px;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .product-row, .product-row.reverse {
    flex-direction: column;
    text-align: center;
  }
  .product-info {
    text-align: center;
  }
}
/* -----------------------------------------------------------
   ACCORDION SECTION (FINAL)
----------------------------------------------------------- */
.accordion-section {
  background: #fff;
  padding: 80px 8%;
}
.accordion-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.accordion-left {
  flex: 1;
  max-width: 600px;
}
.accordion-right {
  flex: 1;
  text-align: center;
}

/* Accordion styles */
.accordion {
  background: #f5f5f5;
  color: #111;
  cursor: pointer;
  padding: 16px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 8px;
  transition: 0.3s;
}
.accordion:hover { background: #e1e1e1; }
.accordion.active { background: #6AAF08; color: #fff; }
.panel {
  background: #fafafa;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
  border-radius: 0 0 8px 8px;
}
.panel p {
  font-size: 15px;
  color: #333;
  margin: 12px 0;
  line-height: 1.6;
}

/* Image stack + CTA */
.img-stack img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-bottom: 25px;
}
.cta-area {
  margin-top: 15px;
}
.cta-btn {
  display: inline-block;
  background: #177814;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 14px 36px;
  text-decoration: none;
  transition: 0.3s;
}
.cta-btn:hover { background: #0e550c; }

/* Responsive */
@media(max-width:900px){
  .accordion-wrapper { flex-direction: column; }
  .accordion-left, .accordion-right { max-width: 100%; }
}
.img-stack img:first-child {
  margin-bottom: 30px;
  border: 2px solid #f1f1f1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* -------------------------------
   DIFFERENCE SECTION
--------------------------------*/
.difference-section {
  background: #fff;
  text-align: center;
  padding: 80px 6%;
}

.difference-section h2 {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  line-height: 1.4;
  margin-bottom: 40px;
}

.difference-section h2 span {
  color: #2e7d06;
}

.difference-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 40px;
}

.diff-block {
  flex: 1;
  min-width: 400px;
  max-width: 550px;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px 25px 35px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.diff-block h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.diff-block img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
}

.diff-list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.diff-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

/* Negative list (Regular Stationery) */
.diff-list.bad li::before {
  content: "⚠️";
  position: absolute;
  left: 0;
  top: 0;
}

/* Positive list (Ecosphere Recycled) */
.diff-list.good li::before {
  content: "🌿";
  position: absolute;
  left: 0;
  top: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .difference-container {
    flex-direction: column;
    align-items: center;
  }
  .diff-block {
    max-width: 90%;
  }
}
/* -------------------------------
   SDG SECTION
--------------------------------*/

/* --- SDG SECTION --- */
.sdg-section {
  background: #ffffff;
  text-align: center;
  padding: 80px 6%;
}

.sdg-section h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
  margin-bottom: 50px;
  line-height: 1.3;
}

.sdg-section h2 span {
  color: #2e7d06;
}

.sdg-section h2 small {
  font-weight: 500;
  color: #333;
  display: block;
  margin-top: 5px;
}

/* --- CONTAINER --- */
.sdg-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}

/* --- LEFT SIDE --- */
.sdg-left {
  flex: 1;
  max-width: 420px;
  text-align: center;
}

.sdg-logo {
  width: 160px;
  margin-bottom: 15px;
}

.sdg-about {
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
  border-top: 2px solid #2e7d06;
  display: inline-block;
  padding-top: 5px;
}

.sdg-left h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.sdg-main {
  width: 260px;
  margin-top: 10px;
}

/* --- RIGHT SIDE --- */
.sdg-right {
  flex: 2;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}

.sdg-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.sdg-item img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.sdg-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.sdg-item p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.sdg-icons {
  grid-column: span 2;
  text-align: center;
  margin-top: 20px;
}

.sdg-icons img {
  width: 48px;
  margin: 6px;
  transition: transform 0.3s ease;
}

.sdg-icons img:hover {
  transform: scale(1.05);
}

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
  .sdg-section {
    padding: 60px 5%;
  }
  .sdg-section h2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .sdg-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .sdg-left,
  .sdg-right {
    max-width: 100%;
  }

  .sdg-left img.sdg-main {
    width: 200px;
  }

  .sdg-right {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }

  .sdg-item {
    flex-direction: column;
    align-items: center;
  }

  .sdg-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }

  .sdg-item h4 {
    font-size: 15px;
  }

  .sdg-item p {
    font-size: 13px;
  }

  .sdg-icons img {
    width: 44px;
    margin: 4px;
  }
}

@media (max-width: 480px) {
  .sdg-section {
    padding: 50px 4%;
  }

  .sdg-section h2 {
    font-size: 22px;
  }

  .sdg-left h3 {
    font-size: 17px;
  }

  .sdg-main {
    width: 160px;
  }

  .sdg-item p {
    font-size: 12.5px;
  }

  .sdg-icons img {
    width: 38px;
  }
}

/* ✅ Responsive Fix for SDG Section */
@media (max-width: 768px) {
  .sdg-section {
    padding: 30px 16px;
    text-align: center;
  }

  .sdg-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sdg-item {
    width: 100%;
    max-width: 420px;
    margin-bottom: 25px;
    text-align: center;
  }

  .sdg-item img {
    max-width: 90px;
    margin-bottom: 10px;
  }

  .sdg-item h4 {
    font-size: 18px;
    line-height: 1.4;
    word-break: normal;
    white-space: normal;
    display: block !important;
  }

  .sdg-item p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 350px;
  }
}


/* -------------------------------
   TESTIMONIAL SECTION (FINAL FIX)
--------------------------------*/
.testimonial-section {
  background: url('YOUR_LEAF_BG_URL') no-repeat left top / contain, #fdfdfd;
  text-align: center;
  padding: 100px 8%;
  color: #222;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.testimonial-section h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  margin-bottom: 60px;
}

/* Main Top Testimonial */
.testimonial-main {
  max-width: 900px;
  margin: 0 auto 80px;
  position: relative;
}

.testimonial-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 25px;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.testimonial-quote {
  position: relative;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  max-width: 800px;
  margin: 0 auto 25px;
  padding: 0 50px;
}

.quote-left, .quote-right {
  font-size: 44px;
  color: #000;
  position: absolute;
  font-weight: 700;
  opacity: 0.9;
}

.quote-left {
  left: 0;
  top: -10px;
}

.quote-right {
  right: 0;
  bottom: -10px;
}

.testimonial-main h4 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.testimonial-main .subtext {
  display: block;
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}

/* Bottom Testimonials Grid */
/* Refine bottom testimonial cards */
.testimonial-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.testimonial-item {
  flex: 1;
  min-width: 380px;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.85);
  border-left: 4px solid #63af08;
  border-radius: 14px;
  padding: 30px 25px 35px;
  box-shadow: 0 10px 25px rgba(99, 175, 8, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
  text-align: left;
}

.testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(99, 175, 8, 0.2);
}

.testimonial-item::before {
  content: "“";
  font-size: 42px;
  color: #4caf50;
  position: absolute;
  top: 15px;
  left: 20px;
  opacity: 0.25;
}

.testimonial-item p {
  font-size: 15.5px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-left: 20px;
}

.testimonial-item h4 {
  font-weight: 700;
  font-size: 17px;
  color: #1a6114;
  margin-bottom: 5px;
  padding-left: 20px;
}

.testimonial-item .subtext {
  font-size: 13px;
  color: #777;
  padding-left: 20px;
  letter-spacing: 0.3px;
}

/* Responsive layout */
@media (max-width: 900px) {
  .testimonial-section {
    padding: 70px 6%;
    background-position: top left;
  }
  .testimonial-quote {
    padding: 0 20px;
  }
  .quote-left, .quote-right {
    display: none;
  }
  .testimonial-bottom {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .testimonial-item {
    text-align: center;
  }
}
/* -------------------------------
   FINAL CTA / FOOTER BANNER
--------------------------------*/
/* -----------------------------------------------------------
   FINAL CALL-TO-ACTION SECTION (Transparent for Sticky Background)
----------------------------------------------------------- */
.final-cta-section {
  position: relative;
  background: transparent; /* you’ll add sticky image in Zoho */
  padding: 120px 8%;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* Content block */
.cta-content {
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
}

.cta-sub {
  font-size: 22px;
  font-weight: 600; /* increased from 500 for bolder look */
  color: #e8ffe3;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}

.cta-content h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 40px;
  color: #ffffff;
}

.cta-content h2 span {
  color: #a9ff85;
}

/* CTA button */
.cta-btn.white {
  background: #ffffff;
  color: #006b2f;
  font-weight: 700;
  padding: 18px 46px;
  border-radius: 50px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.cta-btn.white:hover {
  background: #f2fff1;
  transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 900px) {
  .cta-content h2 {
    font-size: 34px;
  }
  .cta-btn.white {
    padding: 14px 36px;
    font-size: 16px;
  }
}
.stationery-products-section {
  background: linear-gradient(180deg, #f8fff8 0%, #eaf6eb 100%);
  padding: 90px 8%;
  color: #222;
  border-radius: 20px;
}

.stationery-products-section h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  text-align: center;
  margin-bottom: 15px;
}

.stationery-products-section h2 span {
  color: #2e7d06;
}

.stationery-products-section .subtitle {
  text-align: center;
  font-size: 17px;
  color: #555;
  margin-bottom: 60px;
}

/* Product Layout */
.product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 90px;
  background: #fff;
  padding: 40px 50px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.07);
  transition: all 0.3s ease;
}

.product-item.reverse {
  flex-direction: row-reverse;
}

.product-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.product-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.product-content {
  flex: 1;
  text-align: left;
}

.product-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #1a6114;
  margin-bottom: 12px;
}

.product-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 12px;
}

.product-content ul {
  list-style: none;
  padding: 0;
}

.product-content ul li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  margin-bottom: 8px;
  color: #333;
}

.product-content ul li::before {
  content: "🌿";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
}

/* Certifications */
.certification-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 70px;
}

.certification-logos img {
  height: 55px;
  transition: transform 0.3s;
}

.certification-logos img:hover {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 900px) {
  .product-item, .product-item.reverse {
    flex-direction: column;
    text-align: center;
  }
  .product-content {
    text-align: center;
  }
  .product-image img {
    max-width: 100%;
  }
}


/* -------------------------------
   AMBASSADOR / CARBON NEUTRAL SECTION
--------------------------------*/
.ambassador-section {
  background: #fff;
  padding: 100px 8%;
}

.ambassador-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}
.ambassador-left {
  flex: 1;
  text-align: center;
  position: relative;
}
.ambassador-photo {
  width: 440px;           /* Increased from 380px */
  max-width: 100%;
  border-radius: 12px;
  z-index: 2;
  position: relative;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.ambassador-photo:hover {
  transform: scale(1.03); /* subtle hover zoom for modern feel */
}
.pattern-bg,
.brand-logo {
  display: none; /* hide old background blob and extra logo */
}
/* Right Side */
.ambassador-right {
  flex: 1;
  max-width: 550px;
}

.ambassador-name {
  font-size: 20px;
  color: #6AAF08;
  font-weight: 700;
  margin-bottom: 5px;
}

.ambassador-title {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.ambassador-right h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.2;
}

.ambassador-right h2 span {
  color: #2e7d06;
}

.ambassador-desc {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Social icons */
.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.social-icons p {
  font-weight: 700;
  margin-right: 10px;
  color: #111;
}

.social-icons img {
  width: 35px;
  height: 35px;
  transition: 0.3s;
}

.social-icons img:hover {
  transform: scale(1.1);
}

/* CTA button */
.cta-btn.green {
  background: linear-gradient(90deg, #00b347, #2be16d);
  color: #fff;
  font-weight: 700;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: 0.3s ease;
  text-decoration: none;
}

.cta-btn.green:hover {
  transform: translateY(-3px);
  background: linear-gradient(90deg, #019d40, #24c45d);
}

/* Responsive */
@media (max-width: 900px) {
  .ambassador-container {
    flex-direction: column;
    text-align: center;
  }
  .pattern-bg {
    width: 300px;
    height: 300px;
  }
  .brand-logo {
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ambassador-right h2 {
    font-size: 32px;
  }
  .ambassador-photo {
    width: 280px;
  }
}
/* -------------------------------------------------------
   FINAL QUOTATION SECTION - NO BLUE BACKGROUND
------------------------------------------------------- */

/* -------------------------------
   QUOTATION SECTION
--------------------------------*/

/* -------------------------------
   QUOTATION SECTION
--------------------------------*/
.quotation-section {
  padding: 80px 8%;
  background: transparent;
  font-family: "Poppins", sans-serif;
  color: #111;
}

.quotation-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}

/* LEFT SIDE */
.quotation-left {
  flex: 1;
  min-width: 300px;
}

.small-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

.quotation-left h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 15px 0;
  line-height: 1.2;
}

.quotation-left h2 span {
  color: #1a6114;
}

.underline {
  width: 50px;
  height: 3px;
  background: #1a6114;
  border: none;
  margin-bottom: 20px;
}

.desc {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.8;
}

.quotation-left h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.highlight {
  color: #1a6114;
  font-weight: 700;
}

/* ✅ COUNTDOWN - SINGLE ROW, NO SCROLLBAR */

/* ✅ Countdown - Compact and Centered */
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-top: 20px;
}

.count-box {
  flex: 0 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 10px 15px; /* smaller height and width */
  min-width: 80px;   /* compact width */
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.count-box span {
  display: block;
  font-size: 26px; /* smaller font */
  font-weight: 800;
  color: #1a6114;
  line-height: 1.1;
}

.count-box small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 4px;
}

/* ✅ Compact for small screens */
@media (max-width: 900px) {
  .countdown {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .count-box {
    min-width: 70px;
    padding: 8px 12px;
  }

  .count-box span {
    font-size: 22px;
  }

  .count-box small {
    font-size: 10px;
  }
}

/* ✅ Form - Medium Width, Balanced Space */
.quotation-right {
  flex: 1.2; /* make form section a bit wider */
  min-width: 400px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  padding: 45px 50px; /* add some breathing room */
  transition: 0.3s ease;
  border: none !important;
}

.quotation-right iframe {
  width: 100%;
  height: 600px;
  border-radius: 12px;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}


/* -----------------------------------------------------------
 🌿 ECOSPHERE LANDING PAGE – VISUAL ENHANCEMENT LAYER
 Works with existing Zoho layout (no override of alignment)
----------------------------------------------------------- */

/* Soft floating & subtle animation */
section {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.5s ease;
  background: #fff;
}
section:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Smooth entrance fade */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}
section { animation: fadeInUp 1s ease both; }

/* Upgrade text feel */
h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.4px;
}
h2 span, h3 span {
  background: linear-gradient(90deg, #2EB872, #93E667);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Modern eco button gradient */
.cta-btn, .cta-btn.green, .cta-btn.orange, .cta-btn.red {
  background: linear-gradient(90deg, #1FAF6A, #9BDB6B) !important;
  color: #fff !important;
  border-radius: 40px !important;
  box-shadow: 0 6px 18px rgba(31,175,106,0.35);
  transition: 0.3s ease;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(31,175,106,0.45);
}

/* Add floating cards to grids */
.impact-item, .diff-block, .testimonial-item, .eco-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.06);
  transition: 0.3s;
}
.impact-item:hover, .diff-block:hover, .testimonial-item:hover, .eco-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.1);
}

/* Purpose and difference section glow */
.purpose-section, .difference-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbf8 100%);
}
.eco-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf3 100%);
}

/* Floating ambassador image */
.ambassador-photo {
  border: 4px solid #e6f8e6;
  box-shadow: 0 10px 35px rgba(0,0,0,0.12);
  transition: 0.4s;
}
.ambassador-photo:hover {
  transform: scale(1.03);
}

/* Testimonial depth */
.testimonial-item {
  border: 1px solid #f0f0f0;
  box-shadow: 0 8px 26px rgba(0,0,0,0.08);
  background: #fff;
}

/* Section title divider underline */
section h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #2EB872;
  margin: 15px auto 25px;
  border-radius: 2px;
}

/* Fade effect for scroll */
@keyframes scrollFade {
  0% {opacity: 0; transform: translateY(40px);}
  100% {opacity: 1; transform: translateY(0);}
}
section {
  opacity: 0;
  transform: translateY(40px);
}
section.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

/* Floating sticky button */
#floating-distributor-btn {
  position: fixed;
  right: 35px;
  bottom: 35px;
  background: linear-gradient(90deg, #1FAF6A, #9BDB6B);
  color: #fff;
  font-weight: 700;
  padding: 16px 34px;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 0 8px 22px rgba(31,175,106,0.4);
  z-index: 999;
  cursor: pointer;
  transition: 0.3s ease;
}
#floating-distributor-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(31,175,106,0.55);
}

/* Distributor popup */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.popup-content {
  background: linear-gradient(135deg, #1FAF6A, #9BDB6B);
  color: #fff;
  border-radius: 20px;
  width: 90%;
  max-width: 700px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.35);
  animation: popupIn 0.5s ease;
}
.popup-content iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 12px;
  background: #fff;
}
.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.popup-close:hover {
  transform: rotate(90deg);
}
@keyframes popupIn {
  from {opacity: 0; transform: translateY(40px);}
  to {opacity: 1; transform: translateY(0);}
}

/* Responsive tweaks */
@media (max-width:900px){
  #floating-distributor-btn {
    right: 20px;
    bottom: 25px;
    font-size: 14px;
    padding: 12px 22px;
  }
}

/* -----------------------------------------------------------
   HERO + IMPACT MERGED SECTION
----------------------------------------------------------- */
.hero-impact {
  background: transparent;
  text-align: center;
  color: #222;
  padding: 120px 6% 80px;
  max-width: 100%;
}

.hero-impact .hero-content {
  max-width: 850px;
  margin: 0 auto 80px;
}

.hero-impact .logo {
  width: 260px;
  margin-bottom: 25px;
}

.hero-impact .tagline {
  font-weight: 700;
  color: #2e7d06;
  font-size: 18px;
  margin-bottom: 10px;
}

.hero-impact h1 {
  font-size: 52px;
  font-weight: 800;
  color: #1a6114;
  line-height: 1.2;
  margin: 15px 0;
}

.hero-impact h4 {
  font-size: 17px;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 25px;
}

.hero-impact .brand-text {
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  color: #166d14;
  text-transform: lowercase;
  margin-top: 10px;
}

/* IMPACT GRID */
.impact-container {
  margin-top: 70px;
}

.impact-container h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  margin-bottom: 50px;
}

.impact-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.impact-item {
  flex: 1 1 200px;
  text-align: center;
  min-width: 180px;
  max-width: 220px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.impact-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.impact-item img {
  width: 50px;
  margin-bottom: 10px;
}

.impact-item h3 {
  font-size: 26px;
  color: #1fa54a;
  font-weight: 800;
  margin-bottom: 5px;
}

.impact-item p {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-impact {
    padding: 80px 5%;
  }
  .hero-impact h1 {
    font-size: 38px;
  }
  .impact-grid {
    flex-direction: column;
    gap: 30px;
  }
}
    




/* 🌿 Global Eco Green Page Background */
body {
  background: linear-gradient(180deg, #f7fcf8 0%, #e8f5e9 100%);
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Optional: give all major sections subtle elevation */
section {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  margin: 60px auto;
  padding: 60px 8%;
  max-width: 1300px;
}